* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html,
body,
.mian {
    width: 100%;
    height: 100%;
    overflow-x: hidden\0
}

.youhua {
    display: none !important;
}

.head .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}

.head .nav.active {
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    color: #555555;
    width: 100%;
    z-index: 998;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
}

.head .nav.active li {
    height: 60px;
    line-height: 60px;
}

.head .nav.active li a {
    color: #555555;
}

.head .nav.active li:hover {
    background-color: #343434;
}

.head .nav.active li :hover a {
    color: white;
}

.head {
    position: relative;
    padding: 20px 0;
    background-color: #000000;
    color: white;
    height: 830px;
}

@media screen and (max-width: 1440px) {
    .head {
        height: 600px;
    }
}

.head .background {
    position: relative;
    /* width: 500%; */
    height: 100%;
    overflow: hidden;
}

.head .background li {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    text-align: center;
    /* transition:  opacity 0.5s ease-in-out,transform 3s ease-in-out; */
}
.head .background li a{
	display: block;
	height: 100%;
}
.banner img{
	max-height: 100%;
}
.head .background li.active {
    opacity: 1;
    /* transform: scale(1.1,1.1); */
}

.head .background li.active .text {
    transform: translateY(0);
    opacity: 1;
}

.head .background li .text {
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.5s;
}

.head .background li .title {
    margin-top: 210px;
    text-align: center;
    font-size: 50px;
}

.head .background li .sub_title {
    width: 967px;
    margin: 50px auto 0 auto;
    font-size: 34px;
    text-align: left;
    color: #c5c5c6;
}

.head .background li:nth-child(2) .sub_title,
.head .background li:nth-child(3) .sub_title {
    text-align: center;
}

.head .background li:nth-child(3) .title {
    position: relative;
    display: inline-block;
    margin-top: -40px;
    border-bottom: 1px solid #ababab;
    line-height: 160px;
}

.head .background li:nth-child(3) .title:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: white;
}

.sub_title,
.head .background li:nth-child(3) {
    font-size: 36px;
    /* margin-top: 30px; */
}

.head .background li .year {
    font-size: 100px;
    color: #00b1ff;
    text-align: center;
    margin-top: 210px;
    font-size: 'Cambria';
}

.index-myform{
	width: 100%;
	height: 674px;
	margin: -180px auto 0;
	background-color: #f7f7f7;
}
.index-myform .content{
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	height: 571px;
	box-shadow: 8px 0px 30px rgba(0,0,0,2%);
	border-radius: 5px;
	padding-top: 60px;
	box-sizing: border-box;
}
.index-myform .content .index-myform-lists{
	text-align: center;
	margin-bottom: 59px;
}
.index-myform .content .index-myform-lists li{
	position: relative;
	display: inline-block;
	padding: 0 65px;
	color: #4d5364;
	font-size: 30px;
	letter-spacing: 3px;
	cursor: pointer;
}
.index-myform .content .index-myform-lists li.active{
	font-weight: bold;
}
.index-myform .content .index-myform-lists li.active:before{
	position: absolute;
	content: "";
	width: 69px;
	height: 2px;
	background-color: #6699ff;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 6px rgba(102,153,255,1);
	bottom: -13px;
}
.index-myform-form{
	width: 860px;
	margin: 0 auto;
}
.index-myform-form .input-inline-block{
	margin-bottom: 30px;
}

.index-myform-form .agent .input-inline-block{
	margin-bottom: 40px;
}
.index-myform-form .input-inline-block input:first-child{
	width: 321px;
}
.index-myform-form input,.index-myform-form textarea{
	border-radius: 5px;
	background-color: #edf1f4;
	border: none;
	font-size: 16px;
	color: #666666;
	padding-left: 19px;
	box-sizing: border-box;
	height: 42px;
	outline: none;
}
.index-myform-form .input-inline-block input:last-child{
	width: 399px;
	float: right;
}
.index-myform-form .input-block{
	margin-bottom: 30px;
}
.index-myform-form .input-block input,.index-myform-form .input-block textarea{
	width: 100%;
	box-sizing: border-box;
}
.index-myform-form .input-block textarea {
	height: 120px;
	padding-top: 18px;
	resize: none;
}
.index-myform-form .agent .input-block textarea {
	height: 182px;
}
.index-myform-form .input-block input.submit{
	background-color: #4b5260;
	width: 252px;
	color: #fff;
	font-size: 20px;
	height: 52px;
	padding-left: 0;
	box-shadow: 0px 10px 21px rgba(75,82,96,0.42);
}
.index-myform-form .input-block.bottom{
	text-align: center;
	margin-bottom: 0;
}
.index-myform-form .remark{
	position: relative;
	float: left;
	font-size: 20px;
	color: #9a9a9a;
	height: 26px;
	margin-top: -15px;
	display: inline-block;
	transform: translateX(-50%);
	padding-left: 9px;
}
.index-myform-form .remark:before{
	position: absolute;
	left: 0px;
	content: "";
	top: 50%;
	width: 2px;
	height: 14px;
	background-color: #a3c2ff;
	transform: translateY(-50%);
}
.index-myform-form li{
	display: none;
}
.index-myform-form li.active{
	display: block;
}
::-webkit-input-placeholder{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
}
::-moz-placeholder{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
}
:-ms-input-placeholde{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
}
/* .head .background li:first-child{
	opacity: 1;
} */


/* .head .background li:nth-child(1){
	opacity: 1;
} 
.head .background li:nth-child(1){
	background: url(../images/banner_1.png);
}
.head .background li:nth-child(2){
	background: url(../images/banner_2.png);
}
.head .background li:nth-child(3){
	background: url(../images/banner_4.png);
}*/

.head .logo {
    float: left;
    font-size: 16px;
}

.head .head_nav {
    position: absolute;
    width: 673px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head .head_nav li {
    display: inline-block;
    /* margin-right: 18px; */
    width: 84px;
    text-align: center;
    margin-left: -5px;
}

.head .head_nav li:hover a {
    color: #fff;
}

.head .head_nav li a {
    color: white;
    text-decoration: none;
}

.head .head_nav li:last-child {
    margin-right: 0;
}

.head .right {
    float: right;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}

.head .right a {
    text-decoration: none;
    color: white;
}

.head .nav.active .right a {
    color: #555555;
}

.banner {
    position: absolute;
    background-color: #fff;
   /* top: 86px; */
    left: 0;
    width: 100%;
    height: 100%;
	padding-top: 66px;
	box-sizing: border-box;
}

.banner img {
    width: 100%;
}

.head .icon {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 162px;
    height: 70px;
	text-align: center;
}

.head .icon ul {
   /* float: left; */
   display: inline-block;
}

.head .icon ul li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 6px;
    /* border: 1px solid #6699ff; */
    margin-right: 20px;
    cursor: pointer;
	border-radius: 3px;
	background-color: #c2d6ff;
}

.product .title,
.brand .title,
.cooperation .title,
.dynamic .title {
    font-size: 48px;
    color: #000000;
    text-align: center;
    font-family: 'Cambria';
}

.head .icon ul li.active:before,
.head .icon ul li:hover:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #6699ff;
	border-radius: 3px;
}

.head .icon .bottom_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: bottom_icon_ani 1.5s linear 0s alternate infinite;
}

@keyframes bottom_icon_ani {
    0% {
        opacity: 0.4;
        transform: translateY(-15px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}

.product {
    padding-top: 60px;
    height: 821px;
	background-color: #f7f7f7;
}
.index-bannner-wrapper {
	position: relative;
	width: 1050px;
	height: 70px;
	margin: -35px auto 0;
	background-color: #fff;
	z-index: 2;
	box-shadow: 11px 0 18px rgba(52,52,52,0.08);
	padding: 20px 100px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.index-bannner-wrapper>div{
	display: inline-block;
	margin-right: 110px;
	cursor: pointer;
}
.index-bannner-wrapper .pic{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.index-bannner-wrapper>div:last-child{
	margin-right: 0;
}
.index-bannner-wrapper .text{
	display: inline-block;
	color: #bfbfbf;
	font-size: 20px;
	margin-left: 11px;
	vertical-align: middle;
}
.index-bannner-wrapper .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.index-bannner-wrapper .pic img:last-child{
	display: none;
}
.index-bannner-wrapper>div:hover .text,.index-bannner-wrapper>div.active .text{
	color: #6699ff;
}
.index-bannner-wrapper>div:hover .pic img:last-child,.index-bannner-wrapper>div.active .pic img:last-child{
	display: block;
}
.promotion-service{
	padding-top: 135px;
	text-align: center;
	line-height: 1;
}
.promotion-service .title{
	color: #343434;
	font-size: 28px;
	margin-bottom: 21px;
}
.promotion-service .sub-title{
	font-size: 16px;
	color: #888888;
	margin-bottom: 80px;
}
.promotion-service ul{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.promotion-service li{
	width: 280px;
	border-radius: 10px;
	background-color: #f3f4f6;
	display: inline-block;
	float: left;
	/* padding: 0 10px; */
	box-sizing: border-box;
	margin-right: 26px;
	padding-bottom: 15px;
}
.promotion-service li:hover .img img:last-child{
	display: none;
}
.promotion-service li:hover .pic{
	background-color: #2a6ddf;
}
.promotion-service li:last-child{
	margin-right: 0;
}
.promotion-service li .pic{
	height: 188px;
	border-bottom: 1px solid #ececed;
	padding: 30px 0 22px;
	border-radius: 10px;
	box-sizing: border-box;
}
.promotion-service li .description{
	/* padding-top: 26px; */
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	padding: 26px 10px 0;
	text-align: center;
} 
.promotion-service li .price {
	margin-top: 19px;
	color: #ff926b;
	font-size: 16px;
	margin-bottom: 33px;
}
.promotion-service li .price .number{
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	margin-right: 6px;
}
.promotion-service li .more{
	display: inline-block;
	width: 167px;
	height: 36px;
	border: 1px solid #2a6ddf;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	visibility: hidden;
}
.promotion-service li:hover .more{
	visibility: visible;
}
.promotion-service li .more a{
	display: block;
	color: ;
}
.promotion-service li .pic .img{
	position: relative;
	height: 87px;
}
.promotion-service li .li-title{
	color: #343434;
	font-size: 22px;
	margin-bottom: 12px;
}
.promotion-service li:hover{
	/* background-color: #2a6ddf; */
}
.promotion-service li:hover .li-title,.promotion-service li:hover .li-sub-title{
	color: #fff;
}
.promotion-service li .pic .img img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cooperation-process{
	padding-top: 100px;
	text-align: center;
	line-height: 1;
}
.cooperation-process .title{
	font-size: 28px;
	color: #343434;
	margin-bottom: 21px;
}
.cooperation-process .sub-title{
	color: #888888;
	font-size: 16px;
	margin-bottom: 80px;
}
.ytx-about .content .right ul.pic2{
	/* margin-top: -30px; */
}
.ytx-about .content .pic2 li{
	margin-bottom: 5px;
}
.cooperation-process ul{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.cooperation-process ul:before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	border: 1px dashed #b2b2b2;
	top: 134px;
}
.cooperation-process ul li{
	width: 20%;
	display: inline-block;
	float: left;
}
.cooperation-process ul li .pic{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	/* background-color: #6699ff; */
	border-radius: 50%;
	margin-bottom: 72px;
}
.cooperation-process ul li .pic:before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 5px solid #b4b4b4 ;
	z-index: 2;
	border-radius: 50%;
	bottom: -54px;
}
.cooperation-process ul li:hover .pic:before{
	border-color: #6699ff;
}
.cooperation-process ul li .text{
	color: #666666;
	font-size: 20px;
	width: 100px;
	margin: 0 auto;
	text-align: left;
	line-height: 36px;
	/* margin-top: -10px; */
}
.cooperation-process ul li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cooperation-process ul li .pic img:first-child{
	display: none;
}
.cooperation-process ul li:hover .pic img:first-child{
	display: block;
}
.cooperation-process ul li:hover .pic img:last-child{
	display: none;
}
.product .title,
.brand .title,
.cooperation .title,
.dynamic .title {
    font-size: 28px;
    color: #343434;
    text-align: center;
	font-family: "microsoft yahei";
}

.product .sub_title,
.brand .sub_title,
.cooperation .sub_title,
.dynamic .sub_title {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 85px;
	color: #888888;
	font-size: 16px;
}

.product .list {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
    z-index: 2;
    margin-top: 0;
    transition: all 1s;
    top: -105px\9;
}

.product .list.active {
    margin-top: -105px;
}

.product .list li {
    float: left;
    background-color: rgba(0, 0, 0, 0.79);
    background: #000\9;
    width: 230px;
    height: 210px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    /* margin-top: -105px opacity: 0;*/
    animation-delay: 0s;
}


/* .product .list li:nth-child(2){
	animation-delay:0.2s
}
.product .list li:nth-child(3){
	animation-delay:0.4s
}
.product .list li:nth-child(4){
	animation-delay:0.6s
}
.product .list li:nth-child(5){
	animation-delay:0.8s
} */

.product .list li.active1 {
    animation: fadeIn 1s both 0s;
}

.product .list li.active2 {
    animation: fadeIn 1s both .2s;
}

.product .list li.active3 {
    animation: fadeIn 1s both .4s;
}

.product .list li.active4 {
    animation: fadeIn 1s both .6s;
}

.product .list li.active5 {
    animation: fadeIn 1s both .8s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-105px);
    }
}

.product .list li:hover {
    background-color: #36b6ee;
}

.product .list li:hover img {
    transform: rotateY(180deg);
}

.product .list li img {
    margin-top: 40px;
    transition: transform 1s;
}

.product .list li .text {
    margin-top: 15px;
    color: white;
    font-size: 16px;
}

.product .list .en_text {
    font-size: 12px;
    color: #c6c6c6;
    margin-top: 10px;
}

.product .player {
    position: relative;
    margin-top: 205px;
    z-index: 1;
}

.product .player li {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s;
    width: 100%;
}

#playerDiv li {
    display: none;
}

#playerDiv .active {
    display: block;
}

.product .player li img {
    width: 100%;
	display: block;
}

@media screen and (max-width: 1440px) and (min-width:768px) {
    .product .player li img {
        height: 500px;
    }
}

.product .player li.active {
    display: block;
}

.product .player .content {
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -600px\9;
    width: 1200px;
    text-align: center;
    z-index: 3;
}

.product .player .content p {
    font-size: 39px;
    color: white;
    line-height: 53px;
}

.product .player .content p+p {
    margin-bottom: 60px;
}

.product .player .content span {
    padding: 15px 41px;
    font-size: 18px;
    /* border: 1px solid white; */
    border-radius: 8px;
    color: white;
    border: 1px solid #00a2e9;
    box-shadow: 0 10px 16px 0 rgba(0, 162, 233, 0.3);
}

.product .player .content span:hover {
    background-color: #00a2e9;
}

.product .player .content span a {
    color: white;
    text-decoration: none;
}

.brand {
    position: relative;
    padding-top: 30px;
   /* height: 1760px; */
	line-height: 1;
	padding-bottom: 100px;
}

.brand .ornament {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.brand .title {
    margin-top: 70px\0;
    margin-top: 90px;
    opacity: 1;
  
    transition: all .8s;
}

.brand.active .title {
    /* transform: translateY(-30px);
    opacity: 1; */
}

.brand .sub_title {
    margin-bottom: 40px;
    margin-top: 21px;
    margin-top: 0\0;
    opacity: 1;
    transition: all .8s 1s;
	
}

/* .brand.active .sub_title {
    transform: translateY(-60px);
    opacity: 1;
} */

.brand .lists {
    width: 830px;
    margin: 0 auto;
}

.brand .lists {
    color: #222222;
    font-size: 20px;
}

.brand .lists {
    margin-bottom: 85px;
    margin-top: 40px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all .8s 2s;
    text-align: center;
	opacity: 1;
}

.brand.active .lists {
    /* transform: translateY(-60px);
    opacity: 1; */
}

.brand .lists span {
    display: inline-block;
    margin-right: 60px;
    cursor: pointer;
    line-height: 44px;
	/* width: 126px; */
	padding: 0 24px;
	height: 44px;
	border-radius: 5px;
	background-color: #d1e0ff;
	color: #6699ff;
}

.brand .lists span.active,
.brand .lists span:hover {
    color: #fff;
	background-color: #6699ff;
    /* border: 2px solid #00a2e9; */
}

.brand .lists span:last-child {
    margin-right: 0;
}

.brand .tabs {
    position: relative;
    width: 1200px;
    height: 1200px;
    margin: 60px auto 0 auto;
    margin-top: 0\0;
    opacity: 1;
    opacity: 1\0;
    transition: all .8s 3s;
}

/* .brand.active .tabs {
    transform: translateY(-60px);
    opacity: 1;
} */

.brand ul {
    width: 100%;
    display: table;
    position: absolute;
    display: none;
}

.brand ul.active {
    display: inline-block;
}

.brand ul li {
    float: left;
    width: 380px;
    margin-left: 20px;
    overflow: hidden;
    /*margin-top: 60px;
	margin-top: 0\0;
	opacity: 0;
	opacity: 1\0;
	transform: all .8s 5s;*/
}

.brand.active ul li {
    /*transform: translateY(-60px);
	opacity: 1;*/
}

.brand ul li .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.brand ul li .img img {
    width: 100%;
    transition: all 0.5s;
}

.brand ul li .img .box {
    width: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    display: none;
}

.brand ul li:hover .img .box {
    width: 100%;
    display: block;
}

.brand ul li:hover .img img {
    transform: scale(1.1);
}

.brand ul li .text {
    height: 95px;
    margin-top: 20px;
}

.brand ul li .text .left {
    float: left;
    font-size: 24px;
    color: #000000;
}

.brand ul li .text .right {
    float: right;
    font-size: 18px;
    color: #666666;
    margin-top: 6px;
}

.brand ul li .text .right span {
    vertical-align: middle;
}

.brand .carousel div {
    float: left;
}

.brand .carousel div:nth-child(2) {
    margin: 0 20px;
}

.brand .carousel .prev,
.brand .carousel .more,
.brand .carousel .next {
    cursor: pointer;
    width: 48px;
    height: 48px;
    overflow: hidden
}

.brand .carousel .prev:hover,
.brand .carousel .next:hover {
    transition: all .5s;
}

.brand .carousel .prev:hover>div {
    background-color: #00a2e9;
    transform: translateX(-50%);
}

.brand .carousel .next:hover div {
    background-color: #00a2e9;
    transform: translateX(0%);
}

.brand .carousel .prev div,
.brand .carousel .next div,
.brand .carousel .more div {
    width: 101px;
    height: 100%;
    transition: transform .5s;
    background-color: #454545;
}

.brand .carousel .more div {
    margin-top: -48px;
}

.brand .carousel .more div {
    width: 48px;
    height: 96px;
}

.brand .carousel .next div {
    transform: translateX(-50%);
}

.brand .carousel {
    width: 184px;
   /* overflow: hidden; */
    margin: 0 auto;
    opacity: 1;
    opacity: 1\0;
    transition: all 0.8s 4s;
}

.brand.active .carousel {
   /* transform: translateY(-40px);
    opacity: 1; */
}

.brand .carousel div span img {
    padding: 18px 15px;
}

.brand .carousel .more1 {
    display: inline-block;
    width: 170px;
    height: 50px;
	/* margin-top: 25px; */
	background-color: #fff;
	box-shadow: 0 0 38px rgba(52,52,52,0.1);
	line-height: 50px;
}
.brand .carousel .more1 {
	vertical-align: middle;
}
 .brand .carousel .more{
	overflow: visible;
	display: block;
	width: 100%;
	height: 100px;
	cursor: pointer;
 }
.brand .carousel div span:last-child {
    margin-left: -4px;
}

.brand .carousel div span:last-child {
    margin-left: 0;
}

.brand .carousel .more span {
    display: block;
}

.brand .carousel .more span img {
    margin-left: 2px;
}

.brand .carousel .more:hover>div {
    transform: translateY(50%);
    background-color: #00a2e9;
}
.ytx-solution{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.ytx-solution .top-ul{
	position: relative;
	width: 1200px;
	height: 560px;
}
.ytx-solution .top-ul li{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	/* z-index: 2; */
}
.ytx-solution .top-ul li.active{
	display: block;
}
.ytx-solution .top-ul li:first-child{
	background-image: url(../images/ytx-solution-bg1.png) ;
}
.ytx-solution .top-ul li:nth-child(2){
	background-image: url(../images/ytx-solution-bg2.png) ;
}
.ytx-solution .top-ul li:nth-child(3){
	background-image: url(../images/ytx-solution-bg3.png) ;
}
.ytx-solution .top-ul li:nth-child(4){
	background-image: url(../images/ytx-solution-bg4.png) ;
}
.ytx-solution .top-ul li .left{
	padding-top: 90px;
	float: left;
	width: 474px;
	padding-left: 58px;
	box-sizing: border-box;
	/* text-align: center; */
}
.ytx-solution .top-ul li .left-title{
	position: relative;
	font-size: 22px;
	color: #ffffff;
	padding: 0 20px;
	display: inline-block;
	z-index: 2;
	box-sizing: border-box;
	margin-bottom: 44px;
}
.ytx-solution .top-ul li .description{
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 99px;
}
.ytx-solution .top-ul li .left-title:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 16px;
	background-color: #b17e40;
	bottom: -4px;
	z-index: -1;
	left: 0px;
	
}
.ytx-solution .top-ul li .more{
	width: 200px;
	height: 46px;
	background-color: #6699ff;
	border-radius: 23px;
	text-align: center;
	line-height: 46px;
}
.ytx-solution .top-ul li .more .text{
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-right: 27px;
}
.ytx-solution .top-ul li .right{
	float: right;
	padding-right: 95px;
}
.ytx-solution .bottom-ul{
	overflow: hidden;
	padding-top: 10px;
}
.ytx-solution .bottom-ul li{
	width: 292px;
	height: 150px;
	float: left;
	background-color: #f8f8f8;
	border-radius: 5px;
	margin-right: 10px;
	padding-top: 51px;
	box-sizing: border-box;
	text-align: center;
}
.ytx-solution .bottom-ul li:last-child{
	margin-right: 0;
}
.ytx-solution .bottom-ul li .icon{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 42px;
	vertical-align: middle;
}
.ytx-solution .bottom-ul li .icon img{
	position: absolute;
	left: 0;
}
.ytx-solution .bottom-ul li .icon img:last-child{
	display: none;
}
.ytx-solution .bottom-ul li:hover img:last-child{
	display: block;
}
.ytx-solution .bottom-ul li:hover img:first-child{
	display: none;
}
.ytx-solution .bottom-ul li:hover{
	background-color: #6699ff;
}
.ytx-solution .bottom-ul li .text{
	vertical-align: middle;
	font-size: 20px;
	color: #666666;
	display: inline-block;
	width: 139px;
	margin-left: 26px;
	text-align: left;
}
.ytx-solution .bottom-ul li:hover .text{
	color: #fff;
}
.ytx-customer-evaluation{
	background-color: #f3f4f6;
	padding-top: 137px;
	text-align: center;
	line-height:1;
	padding-bottom: 97px;
}
.ytx-customer-evaluation ul{
	white-space: nowrap;
	transition: all 0.4s; 
}
.ytx-customer-evaluation .list{
	display: inline-block;
	margin-left: -5px;
}
.ytx-customer-evaluation .list:first-child{
	margin-left: 0;
}
.ytx-customer-evaluation .title{
	font-size: 28px;
	color: #343434;
	margin-bottom: 21px;
}
.ytx-customer-evaluation .sub-title{
	font-size: 16px;
	color: #888888;
	margin-bottom: 80px;
}
.ytx-customer-evaluation .content{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ytx-customer-evaluation .center{
	overflow: hidden;
}
.ytx-customer-evaluation .content .left,.ytx-customer-evaluation .content .right{
	position: absolute;
	left: -96px;
	width: 40px;
	height: 40px;
	border-radius:50%;
	box-shadow: 0px 0px 27px rgba(52,52,52,0.09);
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.ytx-customer-evaluation .content .left img:last-child,.ytx-customer-evaluation .content .right img:last-child{
	display: none;
}
.ytx-customer-evaluation .content .left:hover img:last-child,.ytx-customer-evaluation .content .right:hover img:last-child{
	display: block;
}
.ytx-customer-evaluation .content .left:hover img:first-child,.ytx-customer-evaluation .content .right:hover img:first-child{
	display: none;
}
.ytx-customer-evaluation .content .right{
	left: auto;
	right: -96px;
}
.ytx-customer-evaluation .content .left img,.ytx-customer-evaluation .content .right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ytx-customer-evaluation .content .right img{
	transform: rotate(180deg)translate(50%,50%);
}
.ytx-customer-evaluation .list-item{
	width: 370px;
	display: inline-block;
}
.ytx-customer-evaluation .list-item:nth-child(3n+2){
	margin: 0 40px;
}
.ytx-customer-evaluation .list-item .bg{
	display: inline-block;
	width: 100%;
	height: 271px;
	background: url(../images/ytx-customer-evaluation-bg1.png); 
	padding: 40px 24px 0;
	box-sizing: border-box;
}
.ytx-customer-evaluation .list-item .bg-title{
	font-size: 18px;
	font-weight: bold;
	color: #343434;
	text-align: left;
	margin-bottom: 26px;
}
.ytx-customer-evaluation .list-item .star{
	float: right;
}
.ytx-customer-evaluation .list-item .description{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	white-space: normal;
}
.ytx-customer-evaluation .list-item .img{
	text-align: left;
	padding-bottom: 27px;
	/* padding-left: 22px; */
}
.ytx-customer-evaluation .list-item .img img{
	box-shadow: 0px 0px 27px rgba(52,52,52,0.27);
    border-radius: 50%;
    margin-left: 13px;
}
.ytx-customer-evaluation .list-item .star img{
	margin: 0 3.5px;
}
.ytx-about{
	padding-top: 177px;
	text-align: center;
	line-height: 1;
	padding-bottom: 97px;
}
.ytx-about .title{
	font-size: 28px;
	color: #080c0f;
	margin-bottom: 21px;
}
.ytx-about .sub-title{
	font-size: 16px;
	color:#666666;
	margin-bottom: 80px;
}
.ytx-about .content{
	width: 1200px;
	height: 584px;
	padding: 18px 0 18px 14px;
	background-color: #f3f4f6;
	margin: 0 auto;
	box-sizing: border-box;
}
.ytx-about .content .left{
	float: left;
	width: 296px;
}
.ytx-about .content .left li{
	height: 130px;
	padding-top: 40px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 9px;
	font-size: 24px;
	color: #666666;
}
.ytx-about .content .left li .icon{
	position: relative;
	display: inline-block;
	width: 67px;
	height: 50px;
	vertical-align: middle;
}
.ytx-about .content .left li .text{
	vertical-align: middle;
}
.ytx-about .content .left li .icon img{
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ytx-about .content .left li:hover .icon img:last-child{
	display: none;
}
.ytx-about .content .left li:hover{
	background-color: #6699ff;
	color: #fff;
}
.ytx-about .content .right{
	padding-top: 27px;
	float: left;
	margin-left: 56px;
	width: 792px;
}
.ytx-about .content .right .list{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background-color: #f3f4f6;
	display: none;
}
.ytx-about .content .right .list.active{
	display: block;
}
.ytx-about .content .right ul{
	position: relative;
}
.ytx-about .content .pic li{
	display: inline-block;
	margin-bottom: 13px;
}
.ytx-about .content .pic li:nth-child(3n+2){
	margin-left: 13px;
	margin-right: 13px;
}
.ytx-about .content .right .right-title{
	position: relative;
	text-align: left;
	font-size: 24px;
	color: #080c0f;
	display: inline-block;
	margin-bottom: 32px;
	z-index: 2;
}
.ytx-about .content .right .right-title:before{
	position: absolute;
	content: "";
	bottom: -13px;
	width: 50px;
	height: 2px;
	background-color: #6699ff;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	box-shadow: 0px 5px 11.57px 1.43px rgba(102, 153, 255, 0.62);
}
.ytx-about .content .right .description{
	color: #666666;
	font-size: 16px;
	line-height: 34px;
	width: 705px;
	margin-bottom: 45px;
}
.ytx-about .content .pic li img{
	max-width: 100%;
}
.ytx-about .content .pic2 li{
	display: inline-block;
	margin-right: 5px;
}
.ytx-about .content .pic2 li:nth-child(5n+5){
	margin-right: 0;
}
.ytx-index22{
	position: relative;
	background: url(../images/ytx-index22-bg.png); 
	height: 752px;
	width: 100%;
	background-size: cover;
	text-align: center;
	padding-top: 92px;
	box-sizing: border-box;
	margin-bottom: 157px;
}
.ytx-index22 .title{
	font-size: 28px;
	color: #fff;
	margin-bottom: 21px;
}
.ytx-index22 .sub-title{
	font-size: 16px;
	color: #fff;
}
.ytx-index22 .content{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 682px;
	overflow: hidden;
	
	/* position: absolute;
	bottom: 0; */
}
.ytx-index22 .content .left{
	position: absolute;
	bottom: -100px;
	width: 850px;
}
.ytx-index22 .content .left img{
	width: 100%;
}
.ytx-index22 .content .right{
	float: right;
	color: #fff;
	width: 370px;
	margin-top: 280px;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	white-space: normal;
}
.ytx-index22 .content .list{
	width: 100%;
/* 	overflow: hidden; */
	height: 582px;
}
.ytx-index22 .left-arrow,.ytx-index22 .right-arrow{
	position: absolute;
	bottom: 47px;
	right: 100px;
	width: 59px;
	height: 34px;
	box-shadow: 0px 11px 29px 0px rgba(52, 52, 52, 0.09);
}
.ytx-index22 .right-arrow{
	right: 0;
}
.ytx-index22 ul{
	white-space: nowrap;
	transition: all 0.6s;
	height: 582px;
}
.ytx-index22 li{
	position: relative;
	height: 582px;
	/* overflow: hidden; */
	width: 100%;
	display: inline-block;
}
.ytx-index22 .left-arrow img,.ytx-index22 .right-arrow img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ytx-index22 .left-arrow img:last-child,.ytx-index22 .right-arrow img:last-child{
	display: none;
}
.ytx-index22 .left-arrow:hover img:last-child,.ytx-index22 .right-arrow:hover img:last-child{
	display: block;
}
.ytx-index22 .right-arrow img{
	transform: rotate(180deg)translate(50%,50%);
}
.ytx{
	text-align: center;
	line-height: 1;
	padding-bottom: 60px;
	width: 1200px;
	margin: 0 auto;
}
.ytx ul{
	/* overflow: hidden; */
	padding-top: 30px;
}
.ytx ul:after{
	content: "";
	width: 0;
	display: block;
	clear: both;
}
.ytx li{
	position: relative;
	width: 580px;
	display: inline-block;
	box-shadow: 0px 0px 28.13px 0.87px rgba(52, 52, 52, 0.07);
	margin-bottom: 40px;
	height: 172px;
	float: left;

}
.ytx li:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #4561aa;
	bottom: 0;
	display: none;
}
.ytx li:hover:before{
	display: block;
}
.ytx li:nth-child(2):before{
	background-color: #ff6936;
}
.ytx li:nth-child(3):before{
	background-color: #ffb850;
}
.ytx li:nth-child(4):before{
	background-color: #3cc6ed;
}
.ytx li:nth-child(2) .left{
	color: #ff6936;
}
.ytx li:nth-child(3) .left{
	color: #ffb850;
}
.ytx li:nth-child(4) .left{
	color: #3cc6ed;
}
.ytx li:nth-child(2n){
	float: right;
}
.ytx .title{
	color: #343434;
	font-size: 28px;
	margin-bottom: 20px;
}
.ytx .sub-title{
	color: #666666;
	font-size: 16px;
	margin-bottom: 50px;
}
.ytx .left{
	display: inline-block;
	padding-top: 37px;
	width: 213px;
	color: #4561aa;
	font-size: 20px;
}
.ytx .right{
	float: right;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 49px 0px;
	height: 172px;
	width: 365px;
	text-align: left;
	box-sizing: border-box;
}
.ytx .right p{
	border-left:1px solid #e9e9e9;
	padding: 0 39px;
}
.ytx .left .pic{
	height: 79px;
}
.ytx-index33{
	background-color: #f5f5f5;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
.ytx-index33 img{
	width: 100%;
}
.ytx-index33 .content{
	width: 1200px;
	margin: 0 auto;
}
.ytx-index33 .content li{
	padding: 20px;
	width: 20%;
	padding-left: 28px;
}
.solution {
    height: 920px;
    background: url(../images/ytx-index22-bg.png);
    background-size: cover;
    margin-top: 80px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s;
    overflow: hidden;
}

.solution.active {
    transform: translateY(-60px);
    opacity: 1;
}

.solution .left {
    position: relative;
    margin-top: 200px;
    z-index: 2;
    width: 1200px;
    color: white;
}

.solution .left>div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    /* 	transition:opacity 1s; opacity: 0;*/
}

.solution .left>div.active {
    /*opacity: 1;*/
    display: block;
}

.solution .left .text {
    font-size: 50px;
    width: 700px;
}

.solution .left .description {
    margin-top: 90px;
    font-size: 24px;
    width: 630px;
    line-height: 50px;
}

.solution .left span {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    line-height: 66px;
    margin-top: 80px;
}


/*.solution  .left  span:before,.solution  .left  span:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    animation: living 3s linear infinite;
}*/

.solution .left span:after {
    animation-delay: 1.5s;
}

.solution .left span img {
    animation: right_icon_ani 1.5s linear 0s alternate infinite;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
        /*圆形放大的同时，透明度逐渐减小为0*/
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes right_icon_ani {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    50% {
        opacity: 0.5;
        transform: translateX(0px);
    }
    100% {
        opacity: 1.0;
        transform: translateX(15px);
    }
}

.solution .content {
    width: 1200px;
    margin: 0 auto;
    /* position: relative;
	z-index: 3; */
}

.solution .content .left {
    display: inline-block;
    width: 700px;
    float: right
}

.solution .content ul {
    float: left;
    width: 300px;
    transform: translateX(1400px);
    transition: all .8s 1s;
}

.solution.active .content ul {
    transform: translateX(0);
}

.solution .content li {
    display: inline-block;
    width: 100%;
    height: 170px;
    clear: both;
    background-color: rgba(0, 0, 0, 0.64);
    background: #000\9;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid white;
    margin-top: -2px;
}

.solution .content li p,
.solution .content li h2 {
    color: white;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}

.solution .content li:first-child {
    margin-top: 0;
}

.solution .content li:hover {
    background-color: #00a2e9;
}

.solution .content li img {
    transition: transform 1s;
}

.solution .content li:hover img {
    transform: rotateY(180deg);
}

.solution .content li:last-child {
    border-bottom: none;
}

.cooperation {
    padding-top: 50px;
}

.cooperation .title {
    margin-top: 60px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s;
}

.cooperation.active .title {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .sub_title {
    margin-bottom: 55px;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.cooperation.active .sub_title {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .content {
    width: 1200px;
    margin: 0 auto;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.cooperation.active .content {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .tabs {
    position: relative;
    width: 100%;
    height: 300px;
}

.cooperation .content ul {
    position: absolute;
    overflow: hidden;
    width: 100%;
    opacity: 0;
}

.cooperation .content ul.active {
    opacity: 1;
}

.cooperation .content li {
    display: inline-block;
    float: left;
    width: 240px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.cooperation .content li img {
    max-width: 90%;
    vertical-align: middle;
}

.cooperation .icon {
    width: 60px;
    margin: 30px auto 0 auto;
}

.cooperation .icon .btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d7d7d7;
    margin-right: 10px;
    cursor: pointer;
}

.cooperation .icon .btn:last-child {
    margin-right: 0;
}

.cooperation .icon .btn.active {
    background-color: #00a2e9;
}

.data {
    position: relative;
    margin-top: 60px;
    background-image: url(../images/pic_11.jpg);
    background-size: cover;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s;
}

.data.active {
    transform: translateY(-60px);
    opacity: 1;
}


/* .cooperation .data{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	font-size: cover;
} */

.data .content {
    width: 1200px;
    margin: 0 auto;
    padding: 190px 0;
}

.data .content li {
    display: inline-block;
    width: 33%;
    color: white;
    text-align: center;
}

.data .content li:nth-child(-n+3) {
    margin-bottom: 120px;
}

@font-face {
    font-family: flipflop;
    src: url('../font/FLIPFLOP.TTF');
}

.data .content li .number {
    font-size: 110px;
    font-family: flipflop;
}

.data .content li .text {
    font-size: 24px;
}

.dynamic {
    /*margin-top: 90px;*/
    height: 980px;
	line-height: 1;
}

.dynamic>.title {
  /*  margin-top: 60px; */
    margin-top: 0\0;
    opacity: 1;
    opacity: 1\0;
    transition: all 0.8s;
}

.dynamic.active>.title {
  /*  transform: translateY(-60px);
    opacity: 1; */
}

.dynamic .sub_title {
    margin-bottom: 57px;
    margin-top: 21px;
    margin-top: 0\0;
    opacity: 1;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.dynamic.active .sub_title {
    /* transform: translateY(-85px);
    opacity: 1; */
}

.dynamic .content {
    width: 1200px;
    margin: 60px auto 0 auto;
    margin-top: 0\0;
    opacity: 1;
    opacity: 1\0;
    transition: all 0.8s 2s;
}

.dynamic.active .content {
   /* transform: translateY(-85px); */
    opacity: 1;
}

.dynamic .content .lists {
    width: 780px;
    font-size: 20px;
    margin: 0 auto;
    color: #222222;
	width: 835px;
}

.dynamic .content .lists li {
    display: inline-block;
    margin-right: 46px;
	height: 46px;
    line-height: 46px;
    cursor: pointer;
	width: 124px;
	background-color: #d1e0ff;
	color: #6699ff;
	text-align: center;
}

.dynamic .content .lists li:last-child {
    margin-right: 0;
}

.dynamic .content .lists li.active,
.dynamic .content .lists li:hover {
    color: #fff;
	background-color: #6699ff;
    /* border-bottom: 2px solid #00a2e9; */
}

.dynamic .tabs {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.dynamic .tabs ul {
    position: relative;
}

.dynamic .tabs li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    width: 100%;
}

.dynamic .tabs li.active {
    display: inline-block;
}

.dynamic .tabs li>div {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    height: 460px;
}

.dynamic .tabs li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dynamic .tabs li .left:hover .pic img,
.dynamic .tabs li .center:hover .pic img {
    transform: scale(1.1);
}

.dynamic .tabs li .left:hover .blog .img,
.dynamic .tabs li .center:hover .blog .img {
    transform: translateX(20px);
}

.dynamic .tabs li .left img,
.dynamic .tabs li .center img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.dynamic .tabs ul li {
    overflow: hidden;
}

.dynamic .tabs .blog {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.51);
    color: white;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.dynamic .tabs .blog .blog_title {
    float: left;
    width: 260px;
}

.dynamic .tabs .blog .img {
    float: right;
    margin: 10px 20px 0 0;
    transition: all .5s;
}

.dynamic .tabs li>div:nth-child(2) {
    margin: 0 10px 0 5px;
}

.dynamic .tabs li .right .article {
    height: 147px;
    background-color: #f6f6f6;
    padding: 20px 30px;
    box-sizing: border-box;
}

.dynamic .tabs li .right .article:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.01);
}

.dynamic .tabs li .right .article:hover .text p {
    color: #00a2e9;
}

.dynamic .tabs li .right .article:hover .text img {
    transform: translateX(20px);
}

.dynamic .tabs li .right .article>div {
    float: left;
}

.dynamic .tabs li .right .article:nth-child(2) {
    margin: 10px 0;
}

.dynamic .tabs li .right .article .text {
    width: 215px;
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #cacaca;
    height: 105px;
    font-size: 18px;
    color: #333333;
}

.dynamic .tabs li .right .article .text a {
    text-decoration: none;
    color: #333333;
}

.dynamic .tabs li .right .article:hover .text a {
    color: #00a2e9;
}

.dynamic .tabs li .right .article .text img {
    margin-top: 42px;
    transition: all .5s;
}

.dynamic .tabs li .right .article .date {
    height: 90px;
}

.dynamic .tabs li .right .article .date .day {
    position: relative;
    display: block;
    font-size: 40px;
    color: #333333;
}

.dynamic .tabs li .right .article .date .day:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    bottom: 0px;
    background-color: #707070;
}

.dynamic .tabs li .right .article .year {
    display: inline-block;
    margin-top: 10px;
}


/*新增*/

.contt {
    width: 100%;
    float: left;
}

.contt>div {
    width: 100%;
    display: none;
}

.hovercol ul.col2 {
    width: 45%;
    height: 500px;
    float: left;
    margin: 0 5% 0 0;
    margin-top: 70px;
}

.hovercol li {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    float: left;
}

.hovercol li.active1 {
    height: 136px;
}

.hovercol li .title {
    display: block;
    height: 1.8em;
    overflow: hidden;
    margin-bottom: 0.2em;
    font-size: 15px;
}

.hovercol li .att {
    float: right;
}

.hovercol li .description {
    display: none;
    margin-bottom: 0.4em;
}

.hovercol li .catlist {
    display: none;
}

.hovercol li .attention {
    float: right;
}

.hovercol dl {
    width: 290px;
    float: right;
}

.hovercol .img {
    display: none;
    padding-right: 10px;
}

.hovercol .desc {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.hovercol .img img {
    display: block;
}

.hovercol li.active1 .att {
    display: none
}

.hovercol li.active1 .title {}

.hovercol ul li.active1 .title {
    font-weight: bold;
    max-height: 3.6em;
}

.hovercol li.active1 .img {
    display: table-cell;
}

.hovercol li.active1 .desc {
    height: 121px;
    vertical-align: middle;
}

.hovercol li.active .catlist {
    display: block;
}

.hovercol li.active1 .description {
    display: block;
}

.li_1.num1 {
    background: #6699ff;
}

.num1 {
    background-position: 0px -111px;
}

.li_1 {
    display: inline-block;
    width: 16px;
    padding: 0 2px 0 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 0.5em;
    background: #bbb;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    border-radius: 2px;
}

.font12 {
    font-size: 12px;
}

.ccc {
    color: #ccc;
}

.line18em {
    line-height: 1.8em;
}

.c44476c {
    color: #44476c;
}

.font13 {
    font-size: 13px;
}

.line15em {
    line-height: 1.5em;
}

.c999 {
    color: #999;
}

.font26 {
    font-size: 26px;
}


/*新增*/

.contact {
    background-color: #f8f8f8;
    height: 474px;
}

.contact .content {
    width: 1200px;
    margin: 0 auto;
    padding: 85px 30px 100px 30px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.contact .title {
    font-size: 34px;
    color: #1b1b1b;
}

.contact .en_title {
    color: #acacac;
    font-size: 22px;
    margin-top: 10px;
}

.contact .left {
    float: left;
}

.contact .left .top {
    height: 223px;
}

.contact .left .top>div {
    display: inline-block;
    float: left;
}

.contact .left .top>div:nth-child(2) {
    width: 500px;
    margin-left: 100px;
    margin-top: 3px;
}

.contact .left .company {
    font-size: 20px;
    color: #000000;
    margin-bottom: 55px;
}

.contact .left span,
.contact .left .address {
    margin-bottom: 25px;
    font-size: 16px;
    color: #494949;
}

.contact .left .message {
    overflow: hidden;
}

.contact .left .message span:nth-child(2n) {
    float: right;
}

.contact .left .message span:nth-child(2n+1) {
    float: left;
}

.contact .left ul {
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.contact .left ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact .left ul li:last-child {
    margin-right: 0;
}

.contact .right {
    float: right;
}

.contact .right>div {
    display: inline-block;
    float: left;
}

.contact .right div {
    display: inline-block;
}

.contact .concern {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact span {
    display: block;
}

.contact .concern+img {
    width: 110px;
}

.contact .right .text {
    height: 138px;
    margin-top: 40px;
    color: #1b1b1b;
    font-size: 16px;
}

.contact .right .QR_Code {
    vertical-align: middle;
    width: 120px;
    margin: 0 20px;
}

.contact .content+p {
    color: #4f4f4f;
    font-size: 16px;
    background-color: #f0f0f0;
    text-align: center;
    height: 80px;
    border-top: 1px solid #f0f0f0;
    line-height: 80px;
}

.frame {
    position: fixed;
    width: 895px;
    height: 465px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00a2e9;
    padding: 20px;
    z-index: 999;
    display: none;
}

.frame .content {
    border: 1px dashed #def3fc;
    height: 100%;
    width: 100%;
    padding: 25px 35px 35px 35px;
    box-sizing: border-box;
}

.frame .content .title {
    margin-bottom: 30px;
}

.frame .content .title>div {
    display: inline-block;
}

.frame .content .title .logo {
    vertical-align: middle;
}

.frame .content .title .text {
    font-size: 50px;
    color: white;
    vertical-align: middle;
    border-left: 1px solid white;
    margin-left: 30px;
    padding-left: 30px;
    letter-spacing: 5px;
}

.frame .message .input {
    display: inline-block;
    float: left;
    position: relative;
    width: 390px;
    height: 60px;
    margin-bottom: 20px;
}

.frame .message .input.other {
    width: 813px;
}

.frame .message .input input::-webkit-input-placeholder {
    color: white;
}

.frame .message .input input::-moz-placeholder {
    color: white;
}

.frame .message .input input:-ms-input-placeholder {
    color: white;
}

.frame .message .input img {
    position: absolute;
    left: 20px;
}

.frame .message .input .company+img {
    top: 16px;
}

.frame .message .input .name+img {
    top: 17px;
}

.frame .message .input .telphone+img {
    top: 19px;
}

.frame .message .input .email+img {
    top: 21px;
}

.frame .message .input .verify_code+img {
    top: 17px;
}

.frame .message .input img.verify {
    top: 13px;
    left: initial;
    right: 20px;
}

.frame .message .input input {
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 5px;
    background-color: transparent;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: white;
}

.frame .message .input .remark {
    padding-left: 20px;
}

.frame .message .input span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #ff0000;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
}

.frame .message .input:nth-child(2),
.frame .message .input:nth-child(4),
.frame .message .input:nth-child(7),
.frame .message .input:nth-child(9) {
    margin-left: 30px;
}

@media screen and (max-width: 1440px) {
    .solution {
        height: 570px;
    }
    .solution .content li {
        height: 100px;
        padding: 22px 0;
    }
    .solution .content li img {
        height: 50px;
    }
    .solution .content li p {
        font-size: 16px;
    }
    .solution .left>div {
        top: -120px;
    }
    .solution .left .text {
        font-size: 40px;
    }
    .solution .left .description {
        margin-top: 50px;
    }
}
.list li{
	height: auto!important;
}
@media  only screen and (max-width: 1250px) {
	.product .list{
		width: 90%;
	}
	.product .list li{
		width: 19%;
		margin-right: 1.25%;
	}
	.product .list li:last-child{
		margin-right: 0;
	}
	.brand .tabs{
		width: 90%;
	}
	.brand ul li{
		width: 32%;
	}
	.brand ul li:nth-child(3n+2){
		margin: 0 2%;
	}
	.brand ul li{
		margin-left: 0px;
	}
	.solution .content{
		width: 90%;
	}
	.cooperation .content ul{
		width: 90%;
		margin-left: 5%;
	}
	.cooperation .content li{
		width: 20%;
	}
	.data .content ul{
		width: 90%;
		margin-left: 5%;
	}
	.contt{
		width: 90%;
		margin-left: 5%;
	}
	.gy2{
		width: 90%!important;
	}
	.ftyl{
		width: 100%!important;
		padding: 15px 5%!important;
		box-sizing: border-box;
	}
	.top02{
		min-width: 100%!important;
		max-width: 100%!important;
	}
	.nav{
		float: left!important;
	}
	.ftyl .ftyl_center{
		width: 100%!important;
		min-width: 100%!important;
	}
	.foot{
		padding-left: 5%;
		box-sizing: border-box;
	}
	.promotion-service ul{
		width: 90%;
	}
	.promotion-service li{
		width: 23.5%;
		margin-right: 2%;
	}
	.cooperation-process ul{
		width: 90%;
	}
	.ytx-solution .top-ul{
		width: 100%;
	}
	.ytx-solution{
		width: 90%;
		margin: 0 auto;
	}
	.ytx-solution .bottom-ul li{
		width: 24.25%;
		margin-right: 1%;
	}
	.ytx-customer-evaluation .content{
		width: 90%;
		margin: 0 auto;
	}
	.ytx-customer-evaluation .list-item{
		width: 32%;
	}
	.ytx-customer-evaluation .list-item:nth-child(3n+2){
		margin: 0 2%;
	}
	.ytx-customer-evaluation .list-item .bg-title .name{
		display: inline-block;
		width: 130px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
	}
	.ytx-about .content{
		width: 90%;
	}
	.ytx-about .content .left{
		width: 250px;
	}
	.ytx-about .content .right{
		width: 700px;
	}
	.ytx-about .content .right ul{
		width: 700px;
	}
	.ytx-about .content .right ul li{
		width: 32%;
		height: auto;
		float: left;
	}
	.ytx-about .content .pic li:nth-child(3n+2){
		margin-left: 2%;
		margin-right: 2%;
	}
	.ytx-about .content .right .pic1 li,.ytx-about .content .right .pic1 img{
		width: 100%;
	}
	.ytx-about .content .right .pic2 li{
		width: 19%;
	}
	.ytx-about .content .pic2 li{
		width: 19%;
	}
	.ytx-about .content .right .pic2 li{
		margin-right: 1.25%;
	}
	.ytx-about .content .right .pic2 li:nth-child(5n+5){
		margin-right: 0;
	}
	.ytx-about .content .right .pic2 li img{
		width: 100%;
	}
	.ytx-index22 .content{
		width: 90%;
	}
	.ytx-index22 .content .left{
		width: 650px;
		bottom: 138px;
	}
	.ytx-index22 .content .right{
		width: 400px;
	}
	.ytx-customer-evaluation .content .left, .ytx-customer-evaluation .content .right{
		left: -50px;
	}
	.ytx-customer-evaluation .content .right{
		left: auto;
		right: -50px;
	}
	.ytx{
		width: 90%;
	}
	.ytx li{
		width: 48%;
	}
	.ytx .left{
		width: 30%
	}
	.ytx .right{
		width: 70%;
	}
}
@media  only screen and (max-width: 1200px) and (min-width: 1000px)  {
	.nav li.m{
		font-size: 16px;
		width: auto!important;
		padding: 0 8px;
	}
	.nav a.mmm{
		width: auto;
		font-size: 14px;
	}
	.promotion-service li .description{
		font-size: 14px;
	}
}
@media  only screen and (max-width: 1000px) and (min-width: 768px) {
	
}
@media  only screen and (max-width: 768px) {
	.index-bannner-wrapper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		text-align: center;
	}
	.index-bannner-wrapper>div{
		float: left;
		width: 25%;
		margin-right: 0;
	}
	.index-bannner-wrapper .pic{
		display: block;
		text-align: center;
		width: 100%;
	}
	.index-bannner-wrapper .pic img{
		width: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.index-bannner-wrapper .text{
		font-size: 14px;
		margin-left: 0;
		
	}
	.promotion-service{
		padding: 90px 10px 0 10px;
		box-sizing: border-box;
	}
	.promotion-service .title{
		font-size: 18px;
	}
	.promotion-service .sub-title{
		margin-bottom: 40px;
	}
	.promotion-service ul{
		width: 100%;
	}
	.promotion-service li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.promotion-service li:nth-child(2n){
		margin-right: 0;
		float: right;
	}
	.promotion-service li .pic{
		padding-top: 20px;
		padding-bottom: 12px;
		height: 140px;
	}
	.promotion-service li .pic .img{
		height: 60px;
	}
	.promotion-service li .pic .img img{
		height: 45px;
	}
	.promotion-service li .li-title{
		font-size: 16px;
	}
	.promotion-service li  .li-sub-title{
		font-size: 14px;
	}
	.promotion-service li .description{
		font-size: 12px;
		line-height: 24px;
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.promotion-service li .price .number{
		font-size: 20px;
	}
	.promotion-service li .price{
		font-size: 12px;
	}
	.promotion-service li .more{
		visibility: visible;
	}
	.promotion-service li .price{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.promotion-service li .more{
		width: 60%;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
	.cooperation-process{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.cooperation-process .title{
		font-size: 18px;
	}
	.cooperation-process ul li .pic{
		width: 90%;
		height: 90%;
	}
	.cooperation-process ul li .pic img{
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0);
	}
	.cooperation-process ul li .pic:before{
		bottom: -86px;
	}
	.cooperation-process ul li .text{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.cooperation-process ul li .pic{
		margin-bottom: 87px;
	}
	.cooperation-process ul:before{
		top: 75px;
	}
	.cooperation-process ul{
		width: 100%;
	}
	.cooperation-process .sub-title{
		margin-bottom: 30px;
	}
	.brand .title{
		margin-top: 0px;
		font-size: 18px;
	}
	.brand .sub_title{
		margin-bottom: 20px;
	}
	.brand .lists{
		margin-top: 30px;
	}
	.brand .lists{
		width: 100%;
	}
	.brand .lists span{
		font-size: 14px;
		margin-right: 5px;
		padding: 0 10px;
	}
	.brand ul li{
		width: 49%;
	}
	.brand ul li:nth-child(2n){
		margin-left: 2%;
		float: right;
	}
	.brand ul li:nth-child(3n+2){
		margin: 0;
	}
	.brand .tabs{
		margin-top: 30px;
		width: 100%;
		height: 980px;
	}
	.brand{
		padding-left: 10px;
		padding-right: 10px;
	}
	.brand .lists{
		margin-bottom: 30px;
	}
	.brand ul li .img{
		height: auto;
		
	}
	.brand ul li .img img{
		height: auto!important;
	}
	.brand ul li .text .left{
		font-size: 14px;
	}
	.brand ul li .text .right{
		font-size: 14px;
		margin-top: -7px;
	}
	.brand ul li .text .right img{
		width: 14px;
	}
	.brand ul li .text{
		height: 45px;
	}
	.brand ul li .text .right span{
		vertical-align: -7px;
	}
	.brand .carousel .more1{
		height: 40px;
		line-height: 40px;
		width: 120px;
	}
	.brand{
		padding-bottom: 50px;
	}
	.ytx-solution{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ytx-solution{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	.ytx-solution .top-ul li .left{
		width: 100%;
	}
	.ytx-solution .top-ul li .left{
		padding-top: 40px;
		padding-left: 20px;
	}
	.ytx-solution .top-ul li .left-title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.ytx-solution .top-ul li .description{
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.ytx-solution .top-ul{
		height: 250px;
	}
	.ytx-solution .top-ul li .more{
		height: 35px;
		line-height: 36px;
		width: 150px;
	}
	.ytx-solution .top-ul li .more .text{
		font-size: 14px;
		padding-right: 10px;
	}
	.ytx-solution .top-ul li .more .text +img{
		width: 20px;
	}
	.ytx-solution .bottom-ul li{
		padding-top: 15px;
	}
	.ytx-solution .bottom-ul li .icon{
		width: 40%;
	}
	.ytx-solution .bottom-ul li .icon img{
		width:100%;
	}
	.ytx-solution .bottom-ul li .text{
		margin-left: 0;
		font-size: 14px;
		width: 100%;
		padding: 0 8px;
		box-sizing:border-box;
	}
	.ytx-solution .bottom-ul li{
		height: 130px;
	}
	.ytx-customer-evaluation .list{
		width: 100%;
	}
	.ytx-customer-evaluation .list-item{
		width: 100%;
		display: block;
		white-space: normal;
	}
	.ytx-customer-evaluation{
		padding-top: 30px;
	}
	.ytx-customer-evaluation .title{
		font-size: 18px;
	}
	.ytx-customer-evaluation .sub-title{
		margin-bottom: 30px;
	}
	.ytx-customer-evaluation .list-item .bg{
		padding:  20px 10px 0;
		background-size: cover;
		width: 89%;
		height: 221px;
	}
	.ytx-customer-evaluation .list-item .bg-title{
		margin-bottom: 15px;
		height: 18px;
		line-height: 18px;
	}
	.ytx-customer-evaluation .content .left, .ytx-customer-evaluation .content .right{
		bottom: -40px;
		top: auto;
		transform: translateY(0);
		left: 30%;
	}
	.ytx-customer-evaluation .content .right{
		left: auto;
		right: 30%;
	}
	.ytx-about{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ytx-about .title{
		font-size: 18px;
	}
	.ytx-about .sub-title{
		margin-bottom: 30px;
	}
	.ytx-about .content{
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.ytx-about .content .left{
		width: 100%;
	}
	.ytx-about .content .left li{
		width: 25%;
		display: inline-block;
		float: left;
		/* padding-left: 10px;
		padding-right: 10px; */
		padding: 10px;
		
	}
	.ytx-about .content .left{
		display: none;
	}
	.ytx-about .content .left li .text{
		font-size: 16px;
	}
	.ytx-about .content .right .list{
		position: static;
		width: 100%;
	}
	.ytx-about .content .right .list{
		display: block;
		margin-bottom: 30px;
	}
	.ytx-about .content .right ul{
		width: 100%;
		overflow: hidden;
	}
	.ytx-about .content .right{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.ytx-about .content .right .description{
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.ytx-about .content .right .right-title {
		font-size: 16px;
	}
	.ytx-index22 .content .left{
		display: none;
	}
	.ytx-index22 .content{
		height: auto;
		position: static;
	}
	.ytx-index22{
		padding-top: 30px;
	}
	.ytx-index22 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.ytx-index22 .sub-title{
		padding: 0 10px;
		font-size: 14px;
	}
	.ytx-index22 .content .right{
		margin-top: 30px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 20px;
	}
	.ytx-index22 ul{
		height: auto;
	}
	.ytx-index22 .content .list,.list li{
		height: auto!important;
	}
	.ytx-index22{
		height: 250px;
		padding-bottom: 87px;
	}
	.ytx-index22 .left-arrow, .ytx-index22 .right-arrow{
		bottom: -47px;
	}
	.ytx-index22{
		margin-bottom: 80px;
	}
	.ytx .title{
		font-size: 18px;
	}
	.ytx .sub-title{
		margin-bottom: 0;
	}
	.ytx li{
		width: 100%;
	}
	.ytx .right p{
		font-size: 14px;
	}
	.ytx li .left{
		font-size: 16px;
	}
	.dynamic{
		padding: 0 10px;
		box-sizing: border-box;
		padding-bottom: 30px;
		height: auto;
	}
	.ytx{
		padding-bottom: 0;
	}
	.dynamic.active>.title{
		font-size: 18px;
	}
	.dynamic .sub_title{
		margin-bottom: 30px;
	}
	.dynamic .content{
		width: 100%;
		margin-top: 30px;
	}
	.dynamic .content .lists li{
		font-size: 12px;
		width: 60px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
	.dynamic .content .lists{
		width: 100%;
		text-align: center;
	}
	.hovercol ul.col2{
		width: 100%;
		height: auto;
		float: none;
		margin-top: 30px;
	}
	/* .hovercol li.active1{
		width: 40%;
	} */
	.hovercol .img img{
		width: 130px!important;
		height: auto!important;
	/* 	width: 100%!important; */
	}
	.hovercol li.active1 .img{
		/* width: 100%; */
	}
	.hovercol .col2:last-child{
		display: none;
	}
	.hovercol li{
		float: none;
	}
	.contt{
		float: none;
	}
	.head{
		height: 201px!important;
	}
}